From: Dmitry Gutov Date: Thu, 27 Aug 2020 08:32:50 +0000 (+0300) Subject: ; Add the necessary argument (bug#42967) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~5586 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=36b3abc6722ddf8d841a72118e644e75c8124a7a;p=emacs.git ; Add the necessary argument (bug#42967) --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index f5ea940a326..de2053c3c99 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -961,7 +961,7 @@ Accepts the same arguments as `xref-show-xrefs-function'." (defvar xref--read-pattern-history nil) -(defun xref--show-xrefs (fetcher display-action) +(defun xref--show-xrefs (fetcher display-action &optional _always-show-list) (xref--push-markers) (unless (functionp fetcher) ;; Old convention.